Welcome![Sign In][Sign Up]
Location:
Search - method of least squares matlab

Search list

[Other resourcexiaochu

Description: 实现了用最小二乘法对信号消除趋势项,用Matlab调用Excel中数据,并附实测数据。-achieved using the method of least squares to signal the elimination trend, Matlab called Excel data, with the measured data.
Platform: | Size: 6155 | Author: leestar | Hits:

[WEB Codezuixiaoerchengzaixitongbianshizhongdeyingyong

Description: 在Matlab/Simulink构造一缓慢时变线性系统。试根据系统的输入生产数据分别用带遗忘因子最小二乘法和广义最小二乘法辨识系统的参数。-in Matlab / Simulink constructed a slow time-varying linear systems. Examination under the input production data were used to bring the forgotten factor method of least squares and generalized least squares method recognition system parameters.
Platform: | Size: 47145 | Author: zhangfei | Hits:

[OtherLeast QuadraticFiter

Description: 最小二乘法进行执行拟合小程序,只要输入一系列(大于2个坐标点)的数据,与matlab直线拟合结果做过比较,结果比较吻合和皮实-least squares fitting method for the implementation of small programs, as long as the importation of a series (more than two coordinate points), and Matlab linear fitting results done earlier, the results coincide and brush it off
Platform: | Size: 6144 | Author: 海明 | Hits:

[matlab最小平方反褶积matlab代码

Description: 最小平方反褶积代码。地球物理科学中广泛使用的反褶积方法,使用Matlab语言编写。-least squares deconvolution code. Geophysical Sciences extensive use of deconvolution method, the use of Matlab.
Platform: | Size: 1024 | Author: 小刘 | Hits:

[matlabxiaochu

Description: 实现了用最小二乘法对信号消除趋势项,用Matlab调用Excel中数据,并附实测数据。-achieved using the method of least squares to signal the elimination trend, Matlab called Excel data, with the measured data.
Platform: | Size: 6144 | Author: leestar | Hits:

[Documentszuixiaoerchengzaixitongbianshizhongdeyingyong

Description: 在Matlab/Simulink构造一缓慢时变线性系统。试根据系统的输入生产数据分别用带遗忘因子最小二乘法和广义最小二乘法辨识系统的参数。-in Matlab/Simulink constructed a slow time-varying linear systems. Examination under the input production data were used to bring the forgotten factor method of least squares and generalized least squares method recognition system parameters.
Platform: | Size: 47104 | Author: zhangyun | Hits:

[AlgorithmMovingleastsquaremethodbasedonthecurveandsurfacefi

Description: 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法这种方法对传统的最小二乘(LS)法的作了比较大的改进使生成的曲线曲面具 有精度高光滑性好等许多优点详细介绍了移动最小二乘法的原理应用和特点并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程最后给出了曲线拟合和空间散 乱数据曲面拟合算例将拟合结果与最小二乘拟合结果作了比较分析了MLS 拟合曲线曲 面的光滑性和拟合质量表明了该方法的优越性和有效性-The establishment of a Mobile-based least squares (Moving Least-Squares MLS) method of curve and surface fitting method to the traditional method of least squares (LS) method were compared for improvement so that curves and surfaces generated with a precision high smoothness of the advantages of a good many details of the principle of moving least square method and given the characteristics of applications and the use of moving least square method of curve and surface fitting procedure is given the final design process and the space curve fitting scattered data surface to be Fitting the results of cases will be cost-effective and least square fitting results of a comparative analysis of the MLS fitting of smooth curves and surfaces and fitting quality demonstrates the superiority of the method and effectiveness of
Platform: | Size: 467968 | Author: chenruibao | Hits:

[AlgorithmMovingLeast-SquaresMLS

Description: 建立了一种基于移动最小二乘(Moving Least-Squares MLS)法的曲线曲 面拟合方法 这种方法对传统的最小二乘(LS)法的作了比较大的改进 使生成的曲线曲面具 有精度高 光滑性好等许多优点 详细介绍了移动最小二乘法的原理 应用和特点 并且给 出了使用移动最小二乘法进行曲线曲面拟合的程序设计流程 最后给出了曲线拟合和空间散 乱数据曲面拟合算例 将拟合结果与最小二乘拟合结果作了比较 分析了 MLS 拟合曲线曲 面的光滑性和拟合质量 表明了该方法的优越性和有效性-Was established based on moving least square (Moving Least-Squares MLS) method of this curve and surface fitting method to the traditional method of least squares (LS) method was relatively large improvements to make the generated curves and surfaces with a precision of High smoothness, good detail, and many other advantages of the principle of least-squares method for mobile applications and features and gives the least-squares method using the mobile curve and surface fitting procedure design process Finally, curve fitting and spatial scattered data surface to be cost-effective cases of the results of the fitting results are compared with the least-squares fitting analysis of MLS fitting curves and surfaces smooth and fitting quality demonstrates the superiority and effectiveness of the method
Platform: | Size: 467968 | Author: 李秀丽 | Hits:

[Algorithmmatlab-LST

Description: 这里采用最小二乘法,实现了matlab的可视化,下载之后复制到matlab中即可-The method of least squares circle, where the least squares method, the visualization of matlab
Platform: | Size: 1024 | Author: xuzhishang | Hits:

[matlabA-least-squares-fit

Description: matlab最小二乘原理下的曲线拟合方法汇总:polyfit函数、“\”命令、fminsearch函数、nlinfit函数。附上一个具体的例子:1900-2000年的总人口情况的曲线拟合。-matlab principle of least squares curve fitting method Summary: polyfit function, " \" command, fminsearch a function, nlinfit function. Attach a specific example from 1900 to 2000, the total population of the curve fitting.
Platform: | Size: 26624 | Author: 中士 | Hits:

[matlabThe-method-of-least-squares

Description: 最小二乘法的证明及matlab程序,附有文字说明和程序源码-The method of least squares
Platform: | Size: 12288 | Author: 郄晓斌 | Hits:

[matlabLeast-squares-fitting-curve

Description: 用matlab所学的知识,编写最小二乘法拟合程序,以解决物理实验中的最小二乘法拟合曲线以及相关系数等的问题。-With matlab learned, the preparation method of least squares fitting procedure to solve the problems of the least-squares fitting curve and correlation coefficient physics experiments.
Platform: | Size: 72704 | Author: 邓棋文 | Hits:

[Othermatlab

Description: test2: 一、 基本最小二乘法一次算法 二、 基本最小二乘法递推算法 三、 最小二乘遗忘因子一次完成算法 四、 最小二乘遗忘因子递推算法 五、 最小二乘限定记忆算法 六、 最小二乘偏差补偿算法 七、 增广最小二乘算法 八、 广义最小二乘算法 test3: 一、 辅助变量自适应滤波算法 二、 辅助变量纯滞后算法 三、 辅助变量Tally原理算法 四、 多级最小二乘算法 五、 各类改进最小二乘算法的特点 test4: 1、 第二类随机性辨识问题的梯度校正 2、 随机牛顿法 test5: 1、 递推的极大似然估计 2、 预报误差参数辨识 test6: 1、 根据Hankel矩阵秩估计模型阶次(弱噪声) 2、 根据Hankel矩阵秩估计模型阶次(强噪声) 3、 利用行列式比估计模型阶次(白噪声) 4、 利用行列式比估计模型阶次(有色噪声) 5、 利用残差的方差估计模型阶次(白噪声) 6、 利用残差的方差估计模型阶次(有色噪声) 7、 AIV定阶法(白噪声) 8、 AIV定阶法(有色噪声) test7: 1、 一阶惯性+纯滞后环节-----两点法 2、 面积法1 3、 levy法 -test2: First, the basic method of least squares algorithm once Second, the basic recursive least squares algorithm Third, once the forgetting factor least squares algorithm Fourth, the forgetting factor recursive least squares algorithm Fifth, the least-squares algorithm limited memory Six , least squares error compensation algorithm Seven , extended least squares algorithm Eight , generalized least squares algorithm test3: An auxiliary variable adaptive filtering algorithm Second, the auxiliary variable time delay algorithm Third, the principle of auxiliary variable algorithm Tally Fourth, multi-stage least squares algorithm Fifth, the least squares algorithm to improve the characteristics of various types of test4: 1, the second class of stochastic gradient identification problem corrected 2 , randomized Newton test5: 1, the recursive maximum likelihood estimation 2, the prediction error parameter identification test6: 1 , according to the Hankel matrix rank est
Platform: | Size: 445440 | Author: yurong | Hits:

[OtherLS-matlab

Description: 最小二乘方法的各种举例及MATLAB仿真程序,非常适合大家。-Various method of least squares for example and MATLAB simulation program
Platform: | Size: 919552 | Author: 刘继业 | Hits:

[OtherLeast-squares-method-code

Description: matlab最小二乘法代码。1~4分别是一次算法、地推算法、增广最小二乘和辅助变量。-east squares method matlab code. 1 to 4 are the first algorithm to calculate method of least squares and augmented auxiliary variables.
Platform: | Size: 7168 | Author: 夏承成 | Hits:

[matlabLQMethodn

Description: matlab 最小二乘法代码,扩展到n次多项式实现,可实现数据的线性,多项式拟合。-method of least squares matlab code, expanded to achieve a polynomial of degree n, enabling data linear, polynomial fitting.
Platform: | Size: 1024 | Author: hb | Hits:

[matlabRLS

Description: 自适应控制最小二乘法MATLAB例程,含有白噪声和M随机序列-Adaptive control method of least squares MATLAB routines, white noise and random sequence containing M
Platform: | Size: 2048 | Author: 刘辉 | Hits:

[matlab一维移动最小二乘近似的MATLAB程序

Description: 无网格法的移动最小二乘法的matlab程序(Meshless method of moving least squares Matlab procedures)
Platform: | Size: 3072 | Author: jinlong0186 | Hits:

[matlab03最小二乘学习法

Description: 对一组离散的数据进行最小二乘法拟合,亲手注释,效果不错(The method of least squares fitting for a set of discrete data, personally annotated, the effect is good)
Platform: | Size: 10240 | Author: 职场加油 | Hits:

[matlab多项式最小二乘拟合与龙贝格积分法

Description: 通过最小二乘法拟合曲线,并使用龙贝格公式计算积分(By the method of least squares fitting curve, and use the formula to calculate the Romberg integral)
Platform: | Size: 1024 | Author: xhtleige | Hits:
« 12 3 4 5 6 7 8 9 10 ... 23 »

CodeBus www.codebus.net